Input for WinForms | ComponentOne
C1.Win.Input.Styles Namespace / SwitchBaseStyle<T> Class / OffState Property

In This Topic
    OffState Property (SwitchBaseStyle<T>)
    In This Topic
    Gets the style containing display attributes that determine the general appearance of the element in the Off state.
    Syntax
    'Declaration
     
    
    Public Property OffState As T
    public T OffState {get; set;}
    See Also